projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e955912
)
improve --cleanup desc
author
Joey Hess
<joeyh@joeyh.name>
Thu, 18 May 2023 18:41:20 +0000
(14:41 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Thu, 18 May 2023 18:41:20 +0000
(14:41 -0400)
Command/Sync.hs
patch
|
blob
|
history
diff --git
a/Command/Sync.hs
b/Command/Sync.hs
index eaad7f0eb25721d3742169f210b7943246acd87a..970fc39007898a425caa98636b60e6466d8858b3 100644
(file)
--- a/
Command/Sync.hs
+++ b/
Command/Sync.hs
@@
-195,7
+195,7
@@
optParser mode desc = SyncOptions
))
<*> whenmode [PullMode] False (switch
( long "cleanup"
- <> help "remove synced/ branches
from previous sync
"
+ <> help "remove synced/ branches"
))
<*> optional parseAllOption
<*> whenmode [PushMode] False (invertableSwitch "resolvemerge" True